home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / misc / math / calc999g1.lha / calc / calc9991.doc < prev    next >
Text File  |  1992-09-02  |  4KB  |  185 lines

  1.  
  2.  
  3.  
  4. ---------------------------------------------------
  5. 1. ABOUT
  6. ---------------------------------------------------
  7.  
  8. Calc9991 is just a small program to convert numbers
  9. of any base between 2 and 36 to another number of
  10. any base between 2 and 36.
  11.  
  12. It supersedes Calc666 which is the shell version.
  13. Although Calc666 is also included in this archive,
  14. for all you shell freaks.
  15.  
  16.  
  17.  
  18. ---------------------------------------------------
  19. 2. ABOUT THE AUTHOR
  20. ---------------------------------------------------
  21.  
  22. I am Mortu. You can contact me at:
  23.  
  24. <death@southcom.com.au>
  25.  
  26. I always welcome feedback, suggestions, criticisms,
  27. whatever.
  28.  
  29. You can visit my homepage at:
  30.  
  31. <http://www.southcom.com.au/~death>
  32.  
  33. It contains many things as well as this program and
  34. some of my other programming accomplishments.
  35.  
  36.  
  37.  
  38. ---------------------------------------------------
  39. 3. ABOUT THE PROGRAM
  40. ---------------------------------------------------
  41.  
  42. The program is freeware.
  43.  
  44. It was made in 100% assembly using Devpac 3.04
  45.  
  46. It may be distributed freely as long as it is in
  47. it's ORIGINAL form with nothing missing (or altered)
  48. from the archive.
  49.  
  50. Use it at your own risk. I take no responsibility
  51. for damages through using this program. It has been
  52. tested and is bug-free, but under certain systems
  53. it may crash.
  54.  
  55. If it is to appear on any compilation apart from
  56. Aminet; like a coverdisk, or a cd, a bbs,or
  57. something along those lines; could you let me know
  58. via email. No need to ask. Just let me know
  59. beforehand.
  60.  
  61.  
  62.  
  63. ---------------------------------------------------
  64. 3. SYSTEM REQUIREMENTS
  65. ---------------------------------------------------
  66.  
  67. * 68020+
  68.  
  69. * Workbench 1.3 (although untested on anything
  70.                  below 3.0)
  71.  
  72. * Workbench 2.0 (calc999g1 only!)
  73.  
  74. * About 15K of RAM.
  75.  
  76.  
  77.  
  78. ---------------------------------------------------
  79. 4. FEATURES
  80. ---------------------------------------------------
  81.  
  82. * GUI.
  83.  
  84. * Works with upto 32-bit numbers of bases 2 to 36.
  85.  
  86. * Can open in any public screen. (untested)
  87.  
  88.  
  89.  
  90. ---------------------------------------------------
  91. 5. HOW TO USE
  92. ---------------------------------------------------
  93.  
  94. See calc666.doc for information on Calc666, the shell
  95. version of this program.
  96.  
  97. Run the program through workbench by double
  98. clicking on it's icon or running it through a
  99. shell by typing it's name.
  100.  
  101. A window pops up.
  102.  
  103. The long box in the top left hand corner is where
  104. you should enter your number with one of the
  105. following prefixes:
  106.  
  107.    % for binary (base 2)       eg: %110101
  108.    ^ for octal (base 8)        eg: ^704
  109.    # for decimal (base 10)     eg: #96021
  110.    $ for hexidecimal (base 16) eg: $dff180
  111.    ? for a custom base         eg: ?4zi90i
  112.  
  113. If you are entering a number with a custom base,
  114. the box at the top right hand corner will allow
  115. you to enter the number's custom base.
  116.  
  117. The bottom row of buttons/boxes is the destination
  118. base. To convert to a binary, click the "%", to
  119. convert to octal, click "^", and so on. They are
  120. just shortcuts to the common bases.
  121.  
  122. If you wish to convert the number to a custom base,
  123. enter the custom base in the box at the right of
  124. the bottom row, and then click on the "?".
  125.  
  126. When you click on % ^ # $ or ? the box with the
  127. source number will be updated to the base you
  128. selected, and the base of the number will be
  129. copied to the top right hand box.
  130.  
  131. The number(s) are kept in a buffer at all times, so
  132. click away without having to re-enter the number(s).
  133.  
  134.  
  135.  
  136. ---------------------------------------------------
  137. 6. BUGS
  138. ---------------------------------------------------
  139.  
  140. * Don't have your default window title font too
  141.   big or things might get messy.
  142.  
  143.  
  144. ---------------------------------------------------
  145. 7. THANKS TO
  146. ---------------------------------------------------
  147.  
  148. * Hisoft for Devpac.
  149.  
  150.  
  151.  
  152. ---------------------------------------------------
  153. 8. NO THANKS TO
  154. ---------------------------------------------------
  155.  
  156. * The rest of you.
  157.  
  158.  
  159.  
  160. ---------------------------------------------------
  161. 9. GREETINGS TO
  162. ---------------------------------------------------
  163.  
  164. Zordrac
  165. Brandon
  166. Jiives
  167. Zapf
  168. Spikey
  169. Hunch
  170. Lestat
  171. Eric
  172. Yrallee
  173. Bryn
  174.  
  175.  
  176.  
  177. ---------------------------------------------------
  178. 10. BUG REPORTS (SUGGESTIONS etc.)
  179. ---------------------------------------------------
  180.  
  181. See section 2.
  182.  
  183.  
  184.  
  185.